From: Keir Fraser Date: Thu, 6 Aug 2009 08:53:37 +0000 (+0100) Subject: tmem: Remove bogus variable decl, fixing build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13511 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=94df1707a3b54ff2f94923046c8f8cb166a6c4e4;p=xen.git tmem: Remove bogus variable decl, fixing build. Signed-off-by: Keir Fraser --- diff --git a/xen/common/tmem.c b/xen/common/tmem.c index c350de9d62..9df8d4d91e 100644 --- a/xen/common/tmem.c +++ b/xen/common/tmem.c @@ -2103,7 +2103,6 @@ static int tmemc_restore_put_page(int cli_id, int pool_id, uint64_t oid, { client_t *client = tmh_client_from_cli_id(cli_id); pool_t *pool = (client == NULL) ? NULL : client->pools[pool_id]; -int ret = 0; if ( pool == NULL ) return -1;